From d280c744953455f2261539e9c5c1b1f346b1fac2 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Tue, 16 Nov 2004 18:55:41 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.426 (419a4d2daxW1dPqb0aZ-g7oiL-o_uA) Fix debug build. --- xen/common/sched_bvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/sched_bvt.c b/xen/common/sched_bvt.c index cacd7abb68..cf5414b396 100644 --- a/xen/common/sched_bvt.c +++ b/xen/common/sched_bvt.c @@ -501,7 +501,7 @@ static task_slice_t bvt_do_schedule(s_time_t now) * Work out how long 'next' can run till its evt is greater than * 'next_prime's evt. Take context switch allowance into account. */ - ASSERT(next_prime_inf->evt >= next_inf->evt); + ASSERT(next_prime_einf->evt >= next_einf->evt); r_time = ((next_prime_einf->evt - next_einf->evt)/next_einf->inf->mcu_advance) + ctx_allow; -- 2.30.2